Categories
Categories
Arpit
by on December 29, 2020
39 views
I started JS practice to get more knowledge about JS. so I searched for some projects on YouTube and I found the weather app in JavaScript. So I watched it, built the project, and did some modifications.
To get weather data we used Openweathermap’s weather API. Just sign-up yourself and create an account then go to this page: https://home.openweathermap.org/api_keys.
Enter any API key name and Generate key.
Code: https://www.codesnail.com/build-a-weather-app-using-javascript/
Be the first person to like this.